home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LISTMANA
/
__TESTER
/
TEXTEDIT.H
< prev
Wrap
Text File
|
1989-06-22
|
921b
|
34 lines
/****/
/**** File List Window information */
/****/
#define MAX_X 1
#define MAX_Y 5
typedef struct
{
NewListHandle nlh;
TEHandle text[5];
} TextEditWindowInfo;
void TextEditListHandlerNew();
void TextEditListHandlerHit(int *hit);
void TextEditListHandlerClose();
void TextEditListHandler(int mess,unsigned char *data);
pascal void TextEditListHandlerUpdate();
void TextEditListHandlerSetupList(TextEditWindowInfo *fwi);
void TextEditListHandlerActivate(int act);
void TextEditListHandlerDrawFrame();
#define ListBox 1
char *BigString[5]=
{
"Tommy whirled around as a uniformed man threw her off the stage...",
"And tommy doesn't know what day it is, and doesn't know what prayin' is",
"Playin' boxy pinball, holds and sticks his tongue at everything!",
"Were not gonna take it, no!",
"Only if he's cured will he future spirit level ever heighten!"
};
#define ColumnTitle "\PQuotes from Tommy"